Handles the request to obtain in the order defined by TOrderingCriteria, all TEntity entities in the read segment defined by TPagingCriteria and in compliance with the TFilteringCriteria.

Name Description
OnGet() Handles the request to obtain all TEntity entities from the underlying data store.
OnGet(TFilteringCriteria) Handles the request to obtain all TEntity entities in compliance with the TFilteringCriteria.
OnGet(TFilteringCriteria, TOrderingCriteria) Handles the request to obtain all TEntity entities in compliance with the TFilteringCriteria and in the order defined by TOrderingCriteria.